home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
waisgate
/
HTDaemon.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
398b
|
23 lines
/* Calls back to HTDaemon program
** ------------------------------
*/
#ifndef HTDAEMON_H
#define HTDAEMON_H
#include "HTFormat.h"
/* These routines are used to send back appropriate
** protocol header fields preceding a message.
*/
extern void HTSendError PARAMS((
int soc,
int number,
CONST char * msg));
extern void HTSendHeader PARAMS((
int soc,
HTFormat rep));
#endif